home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 1 / ShareWare OnLine Volume 1 (CMS Software)(1992).ISO / go.bat next >
DOS Batch File  |  1993-01-19  |  658b  |  33 lines

  1. @echo off
  2. cd \
  3. call \thanks.bat
  4. cls
  5. cd \online
  6. if "%1"=="color" goto color
  7. if "%1"=="COLOR" goto color
  8. if "%1"=="Color" goto color
  9. if "%1"=="Mono" goto mono
  10. if "%1"=="mono" goto mono
  11. if "%1"=="MONO" goto mono
  12. goto oops
  13. :color
  14. online color
  15. goto end
  16. :mono
  17. online mono
  18. goto end
  19. :oops
  20. cls
  21. echo.
  22. echo.
  23. echo                            !!!!!!!! WARNING !!!!!!!!
  24. echo 
  25. echo         You have tried to install the ShareWare OnLine Retrieval System
  26. echo         without one of the required options.  Please execute GO MONO or
  27. echo            GO COLOR to install the ShareWare OnLine Retrieval System.
  28. echo.
  29. pause
  30. cd ..
  31. goto end
  32. :end
  33.